Skip to content

Add owner field to studio report type and CLI rendering#94

Merged
emmahoggan merged 2 commits into
mainfrom
eh/dxapt-466-studio-report-owner
Jun 26, 2026
Merged

Add owner field to studio report type and CLI rendering#94
emmahoggan merged 2 commits into
mainfrom
eh/dxapt-466-studio-report-owner

Conversation

@emmahoggan

@emmahoggan emmahoggan commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Context

Updates the StudioReport TypeScript type to include an owner field (id, name, email) returned by the API. Adds a new formatOwner helper and renders the owner in the human-readable output for dx studio reports info and dx studio reports list as Name ([email protected]). Updates the test fixture to include owner and extends the info test to assert the owner is displayed.

QA

  • Run dx studio reports info <id> and verify an Owner row appears with the creator's name and email
  • Run dx studio reports list and verify the Owner row appears for each report
  • Run dx --json studio reports info <id> and verify the raw owner object is present in the JSON output

Links

DXAPT-466

Updates the StudioReport type to include an owner object (id, name,
email) and renders it in the human-readable output for report info and
list commands (DXAPT-466).

Co-authored-by: Cursor <[email protected]>
@emmahoggan emmahoggan force-pushed the eh/dxapt-466-studio-report-owner branch from b0259f5 to 89c1d3b Compare June 25, 2026 23:50
@emmahoggan emmahoggan merged commit d621929 into main Jun 26, 2026
4 checks passed
@emmahoggan emmahoggan deleted the eh/dxapt-466-studio-report-owner branch June 26, 2026 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants